home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the trails of sprite 19 to 1
- set x0 to the locH of sprite 15
- set y0 to the locV of sprite 15
- repeat with n = 0 to 180
- if n <> 90 then
- set the locH of sprite 19 to (1.60000000000000009 * n) + x0
- set the locV of sprite 19 to y0 - (50.0 * float(tan(float(n * PI / 180.0))))
- end if
- updateStage()
- end repeat
- set the trails of sprite 19 to 0
- end
-